home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Tool Chest / Printing / STD File Saver 1.1 / MyPDEF_5_PrPicFile.p < prev    next >
Encoding:
Text File  |  1990-06-03  |  432 b   |  23 lines  |  [TEXT/MPS ]

  1. unit MyPDEF_5_PrPicFile;
  2.  
  3. interface
  4.  
  5. uses MemTypes, QuickDraw, OsIntf, ToolIntf, PackIntf, MacPrint;
  6.  
  7. {$D+}
  8. {$R-}
  9. {$OV-}
  10.  
  11. procedure FilePrPicFile(hPrint: THPrint; pPrPort: TPPrPort; pIOBuf: Ptr;
  12.                                 pDevBuf: Ptr; VAR prStatus: TPrStatus);
  13.  
  14. implementation
  15.  
  16. procedure FilePrPicFile(hPrint: THPrint; pPrPort: TPPrPort; pIOBuf: Ptr;
  17.                                 pDevBuf: Ptr; VAR prStatus: TPrStatus);
  18. { the less said, the better ! }
  19.     begin
  20.     end;
  21.  
  22. end.
  23.